home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / fly8-110 / flyfifo < prev    next >
Text File  |  1995-07-17  |  538b  |  18 lines

  1. # flyfifo
  2. #
  3. # This is part of the flight simulator 'fly8'.
  4. # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. #
  6. # An example of setting up two FIFOs for head-to-head. In real life the two
  7. # processes will be started on different screens.
  8. #
  9. # You may need to use the following form to create the FIFOs:
  10. #    /usr/etc/mknod ff81 p
  11.  
  12.  
  13. mkfifo ff81
  14. mkfifo ff82
  15. rm fly1.log fly2.log
  16. fly8 r N1 Tone dnfifo.1:if=ff81:of=ff82:pack Lfly1.log $1 $2 $3 $4 $5 $6 $7 $8 &
  17. fly8 r N2 Tone dnfifo.1:if=ff82:of=ff81:pack Lfly2.log $1 $2 $3 $4 $5 $6 $7 $8 &
  18.